C# 클래스 System.Data.FunctionNode

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

Private Properties

프로퍼티 타입 설명
AddArgument void
Bind void
Check void
DependsOn bool
Eval object
Eval object
Eval object
EvalFunction object
FunctionNode System.Collections.Generic
GetDataType Type
HasLocalAggregate bool
HasRemoteAggregate bool
IsConstant bool
IsTableConstant bool
Optimize ExpressionNode

비공개 메소드들

메소드 설명
AddArgument ( ExpressionNode argument ) : void
Bind ( DataTable table, List list ) : void
Check ( ) : void
DependsOn ( DataColumn column ) : bool
Eval ( ) : object
Eval ( DataRow row, DataRowVersion version ) : object
Eval ( int recordNos ) : object
EvalFunction ( FunctionId id, object argumentValues, DataRow row, DataRowVersion version ) : object
FunctionNode ( DataTable table, string name ) : System.Collections.Generic
GetDataType ( ExpressionNode node ) : Type
HasLocalAggregate ( ) : bool
HasRemoteAggregate ( ) : bool
IsConstant ( ) : bool
IsTableConstant ( ) : bool
Optimize ( ) : ExpressionNode