C# Класс Npgsql.Schema.DbColumnSchemaGenerator

Показать файл Открыть проект

Приватные методы

Метод Описание
ColumnPostConfig ( Npgsql.Schema.NpgsqlDbColumn column, int typeModifier ) : void

Performs some post-setup configuration that's common to both table columns and non-columns.

DbColumnSchemaGenerator ( NpgsqlConnection connection, RowDescriptionMessage rowDescription, bool fetchAdditionalInfo ) : System
GetColumnSchema ( ) : ReadOnlyCollection
LoadColumnDefinition ( NpgsqlDataReader reader ) : Npgsql.Schema.NpgsqlDbColumn
SetUpNonColumnField ( FieldDescription field ) : Npgsql.Schema.NpgsqlDbColumn