C# Class Npgsql.Tests.ReaderNewSchemaTests

This tests the new CoreCLR schema/metadata API, which returns ReadOnlyCollection<DbColumn>. Note that this API is also available on .NET Framework. For the old DataTable-based API, see ReaderOldSchemaTests.
Inheritance: TestBase
显示文件 Open project: npgsql/npgsql

Private Methods

Method Description
AllowDBNull ( ) : void
BaseCatalogName ( ) : void
BaseColumnName ( ) : void
BaseSchemaName ( ) : void
BaseServerName ( ) : void
BaseTableName ( ) : void
ColumnAttributeNumber ( ) : void
ColumnName ( ) : void
ColumnOrdinal ( ) : void
ColumnSize ( ) : void
DataType ( ) : void
DataTypeName ( ) : void
DataTypeUnknownType ( ) : void
DataTypeWithComposite ( ) : void
DefaultValue ( ) : void
IsAliased ( ) : void
IsAutoIncrement ( ) : void
IsExpression ( ) : void
IsHidden ( ) : void
IsIdentity ( ) : void
IsKey ( ) : void
IsKeyComposite ( ) : void
IsLong ( ) : void
IsReadOnlyOnNonColumn ( ) : void
IsReadOnlyOnView ( ) : void
IsUnique ( ) : void
NumericPrecision ( ) : void
NumericScale ( ) : void
SameColumnName ( ) : void
UdtAssemblyQualifiedName ( ) : void