3 references to GetBindType
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbParameter.cs (3)
108
return
GetBindType
(Value).enumDbType;
131
return
GetBindType
(Value).enumOleDbType;
263
NativeDBType dbtype =
GetBindType
(value);