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