Class PostgresBaseType
Represents a PostgreSQL base data type, which is a simple scalar value.
Inherited Members
Namespace: Npgsql.PostgresTypes
Assembly: Npgsql.dll
Syntax
public class PostgresBaseType : PostgresType
Constructors
| Improve this Doc View SourcePostgresBaseType(string, string, uint)
Declaration
protected PostgresBaseType(string ns, string name, uint oid)
Parameters
Type | Name | Description |
---|---|---|
string | ns | |
string | name | |
uint | oid |