C# Class System.Data.NameNode

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

Private Properties

Property Type Description
Bind void
DependsOn bool
Eval object
Eval object
Eval object
HasLocalAggregate bool
HasRemoteAggregate bool
IsConstant bool
IsTableConstant bool
NameNode System.Collections.Generic
NameNode System.Collections.Generic
Optimize ExpressionNode
ParseName string

Private Methods

Method Description
Bind ( DataTable table, List list ) : void
DependsOn ( DataColumn column ) : bool
Eval ( ) : object
Eval ( DataRow row, DataRowVersion version ) : object
Eval ( int records ) : object
HasLocalAggregate ( ) : bool
HasRemoteAggregate ( ) : bool
IsConstant ( ) : bool
IsTableConstant ( ) : bool
NameNode ( DataTable table, char text, int start, int pos ) : System.Collections.Generic
NameNode ( DataTable table, string name ) : System.Collections.Generic
Optimize ( ) : ExpressionNode
ParseName ( char text, int start, int pos ) : string

Parses given name and checks it validity