C# Class System.Data.ExpressionNode

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
BindTable ( DataTable table ) : void
ExpressionNode ( DataTable table ) : System.Collections.Generic

Private Methods

Méthode Description
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

Method Details

BindTable() protected méthode

protected BindTable ( DataTable table ) : void
table DataTable
Résultat void

ExpressionNode() protected méthode

protected ExpressionNode ( DataTable table ) : System.Collections.Generic
table DataTable
Résultat System.Collections.Generic