C# Class Sharp.Data.In

Mostra file Open project: sharpmigrations/sharpmigrations Class Usage Examples

Public Methods

Method Description
Named ( string name, object parameter, DbType dbType = null ) : In
Par ( object parameter, DbType dbType = null ) : In

Method Details

Named() public static method

public static Named ( string name, object parameter, DbType dbType = null ) : In
name string
parameter object
dbType DbType
return In

Par() public static method

public static Par ( object parameter, DbType dbType = null ) : In
parameter object
dbType DbType
return In