Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

OleDbSqlServerMetadataCache..::..UnsupportedSqlTypeNames Property

Gets a list of known, unsupported SQL type names that cannot be mapped to a OleDbType.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  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 ();
}

Field Value

Case-insensitive list of database-specific type names

Remarks


This list is based on driver limitations.