C# Class System.Data.FunctionNode

Inheritance: ExpressionNode
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
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

Private Methods

Method Description
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