PostgreSqlConnectionProvider Properties
Implements data-aware operations for working with a PostgreSQL database.Name | Description |
---|---|
AutoCreateOption | Returns which operations are performed when a data store is accessed for the first time. Inherited from DataStoreBase. |
BraceJoin | Inherited from ConnectionProviderSql. |
CanCreateDatabase | Inherited from ConnectionProviderSql. |
CanCreateSchema | Inherited from ConnectionProviderSql. |
Connection | Inherited from ConnectionProviderSql. |
ConnectionString | Inherited from ConnectionProviderSql. |
CustomAggregates | Gets a collection of custom aggregate functions supplied by the current metadata provider. Inherited from ConnectionProviderSql. |
CustomFunctionOperators | Inherited from ConnectionProviderSql. |
Factories static | Returns registered provider factories. Inherited from DataStoreBase. |
NativeOuterApplySupported | |
NativeSkipTakeSupported | This member supports the internal infrastructure and is not intended to be used directly from your code. |
SupportNamedParameters | Inherited from ConnectionProviderSql. |
SyncRoot | Obsolete. This API is obsolete now. Inherited from ConnectionProviderSql. |
Transaction | Inherited from ConnectionProviderSql. |
See Also