C# Класс System.Data.ExpressionNode

Показать файл Открыть проект Примеры использования класса

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