OleDbSqlServerMetadataCache..::..UnsupportedSqlTypeNames Property
Gets a list of known, unsupported SQL type names that cannot be mapped to a OleDbType.
Namespace:
Tortuga.Chain.SqlServerAssembly: Tortuga.Chain.SqlServer.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)
Syntax
public ImmutableHashSet<string> UnsupportedSqlTypeNames { get; }
Public ReadOnly Property UnsupportedSqlTypeNames As ImmutableHashSet(Of String) Get
public: property ImmutableHashSet<String^>^ UnsupportedSqlTypeNames { ImmutableHashSet<String^>^ get (); }