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

Inheritance: SqlBaseExpression
Show file Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
SqlVariableDeclarationExpression ( Type type, string name ) : System

Method Details

SqlVariableDeclarationExpression() public method

public SqlVariableDeclarationExpression ( Type type, string name ) : System
type System.Type
name string
return System