C# Класс Shaolinq.Persistence.Linq.Expressions.SqlObjectReferenceExpression

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

Открытые методы

Метод Описание
GetBindingsFlattened ( ) : IEnumerable
SqlObjectReferenceExpression ( Type type, IEnumerable bindings ) : System
SqlObjectReferenceExpression ( Type type, MemberBinding bindings ) : System
SqlObjectReferenceExpression ( Type type, ReadOnlyCollection bindings ) : System

Описание методов

GetBindingsFlattened() публичный Метод

public GetBindingsFlattened ( ) : IEnumerable
Результат IEnumerable

SqlObjectReferenceExpression() публичный Метод

public SqlObjectReferenceExpression ( Type type, IEnumerable bindings ) : System
type System.Type
bindings IEnumerable
Результат System

SqlObjectReferenceExpression() публичный Метод

public SqlObjectReferenceExpression ( Type type, MemberBinding bindings ) : System
type System.Type
bindings System.Linq.Expressions.MemberBinding
Результат System

SqlObjectReferenceExpression() публичный Метод

public SqlObjectReferenceExpression ( Type type, ReadOnlyCollection bindings ) : System
type System.Type
bindings ReadOnlyCollection
Результат System