1 write to dbString
System.Data.OleDb (1)
OleDb_Enum.cs (1)
203
this.
dbString
= new StringMemHandle(dbstring);
1 reference to dbString
System.Data.OleDb (1)
OleDbParameter.cs (1)
434
bindings.DataSourceType = dbtype.
dbString
.DangerousGetHandle(); // NOTE: This is a constant and isn't exposed publicly, so there really isn't a potential for Handle Recycling.