C# 클래스 System.Data.Tests.DataColumnTest2

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
DataColumnTest2 ( ) : System.ComponentModel
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DataColumnTest2() 공개 메소드

public DataColumnTest2 ( ) : System.ComponentModel
리턴 System.ComponentModel

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void