C# 클래스 System.Data.ExpressionNode

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Bind void
DependsOn bool
Eval object
Eval object
Eval object
HasLocalAggregate bool
HasRemoteAggregate bool
IsConstant bool
IsFloat bool
IsFloatSql bool
IsInteger bool
IsIntegerSql bool
IsNumeric bool
IsNumericSql bool
IsSigned bool
IsSignedSql bool
IsTableConstant bool
IsUnsigned bool
IsUnsignedSql bool
Optimize ExpressionNode

보호된 메소드들

메소드 설명
BindTable ( DataTable table ) : void
ExpressionNode ( DataTable table ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Bind ( DataTable table, List list ) : void
DependsOn ( DataColumn column ) : bool
Eval ( ) : object
Eval ( DataRow row, DataRowVersion version ) : object
Eval ( int recordNos ) : object
HasLocalAggregate ( ) : bool
HasRemoteAggregate ( ) : bool
IsConstant ( ) : bool
IsFloat ( StorageType type ) : bool
IsFloatSql ( StorageType type ) : bool
IsInteger ( StorageType type ) : bool
IsIntegerSql ( StorageType type ) : bool
IsNumeric ( StorageType type ) : bool
IsNumericSql ( StorageType type ) : bool
IsSigned ( StorageType type ) : bool
IsSignedSql ( StorageType type ) : bool
IsTableConstant ( ) : bool
IsUnsigned ( StorageType type ) : bool
IsUnsignedSql ( StorageType type ) : bool
Optimize ( ) : ExpressionNode

메소드 상세

BindTable() 보호된 메소드

protected BindTable ( DataTable table ) : void
table DataTable
리턴 void

ExpressionNode() 보호된 메소드

protected ExpressionNode ( DataTable table ) : System.Collections.Generic
table DataTable
리턴 System.Collections.Generic