1 write to dataSourceType
System.Data.OleDb (1)
OleDb_Enum.cs (1)
202
this.
dataSourceType
= dbstring;
2 references to dataSourceType
System.Data.OleDb (2)
OleDbDataReader.cs (2)
582
Debug.WriteLine($"OleDbDataReader[{info.ordinal}, {dbColumnInfo.pwszName}]={dbType.enumOleDbType},{dbType.
dataSourceType
}, {dbType.wType}");
982
return _metadata[index].type.
dataSourceType
;