C# Class Shaolinq.Persistence.Linq.Expressions.SqlFunctionCallExpression

Represents an SQL function call such as DATE, YEAR, SUBSTRING or ISNULL.
Inheritance: SqlBaseExpression
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
SqlFunctionCallExpression ( Type type, SqlFunction function ) : System
SqlFunctionCallExpression ( Type type, SqlFunction function, IEnumerable arguments ) : System
SqlFunctionCallExpression ( Type type, SqlFunction function, IReadOnlyList arguments ) : System
SqlFunctionCallExpression ( Type type, string userDefinedFunctionName ) : System
SqlFunctionCallExpression ( Type type, string userDefinedFunctionName, IEnumerable arguments ) : System

Method Details

SqlFunctionCallExpression() public méthode

public SqlFunctionCallExpression ( Type type, SqlFunction function ) : System
type System.Type
function SqlFunction
Résultat System

SqlFunctionCallExpression() public méthode

public SqlFunctionCallExpression ( Type type, SqlFunction function, IEnumerable arguments ) : System
type System.Type
function SqlFunction
arguments IEnumerable
Résultat System

SqlFunctionCallExpression() public méthode

public SqlFunctionCallExpression ( Type type, SqlFunction function, IReadOnlyList arguments ) : System
type System.Type
function SqlFunction
arguments IReadOnlyList
Résultat System

SqlFunctionCallExpression() public méthode

public SqlFunctionCallExpression ( Type type, string userDefinedFunctionName ) : System
type System.Type
userDefinedFunctionName string
Résultat System

SqlFunctionCallExpression() public méthode

public SqlFunctionCallExpression ( Type type, string userDefinedFunctionName, IEnumerable arguments ) : System
type System.Type
userDefinedFunctionName string
arguments IEnumerable
Résultat System