C# Class System.Data.Tests.DataColumnTest2

Inheritance: IDisposable
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
DataColumnTest2 ( ) : System.ComponentModel
Dispose ( ) : void

Private Methods

Method Description
AllowDBNull ( ) : void
AutoIncrement ( ) : void
AutoIncrementSeed ( ) : void
AutoIncrementStep ( ) : void
Caption ( ) : void
ColumnName ( ) : void
DataType ( ) : void
DateTimeMode_DataType ( ) : void
DateTimeMode_InvalidValues ( ) : void
DateTimeMode_RowsAdded ( ) : void
Equals ( ) : void
Expression ( ) : void
Expression_Aggregate ( ) : void
Expression_AggregateRelation ( ) : void
Expression_Exceptions ( ) : void
Expression_IIF ( ) : void
Expression_ISNULL ( ) : void
Expression_Simple ( ) : void
Expression_Whitespace ( ) : void
ExtendedProperties ( ) : void
MaxLength ( ) : void
Namespace ( ) : void
Prefix ( ) : void
ReadOnly ( ) : void
SetOrdinalTest ( ) : void
Table ( ) : void
TestGetHashCode ( ) : void
TestGetType ( ) : void
TestToString ( ) : void
Unique ( ) : void
Unique_PrimaryKey ( ) : void
bug672113_MulpleColConstraint ( ) : void
ctor ( ) : void
ctor_ByColumnName ( ) : void
ctor_ByColumnNameType ( ) : void
ctor_ByColumnNameTypeExpression ( ) : void
ctor_ByColumnNameTypeExpressionMappingType ( ) : void
ordinal ( ) : void

Method Details

DataColumnTest2() public method

public DataColumnTest2 ( ) : System.ComponentModel
return System.ComponentModel

Dispose() public method

public Dispose ( ) : void
return void