Home
last modified time | relevance | path

Searched refs:NullSchemaTableDataTypeNotSupported (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs628 …public const string NullSchemaTableDataTypeNotSupported = "DateType column for field '{0}' in sche… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlUtil.cs362 internal static Exception NullSchemaTableDataTypeNotSupported(string columnName) in NullSchemaTableDataTypeNotSupported() method in System.Data.SqlClient.SQL
364 return ADP.Argument(SR.GetString(SR.NullSchemaTableDataTypeNotSupported, columnName)); in NullSchemaTableDataTypeNotSupported()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/
H A DMetadataUtilsSmi.cs733 throw SQL.NullSchemaTableDataTypeNotSupported(colName); in SmiMetaDataFromSchemaTableRow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/Microsoft/SqlServer/Server/
H A DMetadataUtilsSmi.cs748 throw SQL.NullSchemaTableDataTypeNotSupported(colName); in SmiMetaDataFromSchemaTableRow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlUtil.cs443 static internal Exception NullSchemaTableDataTypeNotSupported(string columnName) { in NullSchemaTableDataTypeNotSupported() method in System.Data.SqlClient.SQL
444 return ADP.Argument(Res.GetString(Res.NullSchemaTableDataTypeNotSupported, columnName)); in NullSchemaTableDataTypeNotSupported()