C# Class ServiceStack.OrmLite.Dapper.TableValuedParameter

Used to pass a DataTable as a TableValuedParameter
Inheritance: SqlMapper.ICustomQueryParameter
ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite Class Usage Examples

Public Methods

Method Description
TableValuedParameter ( DataTable table ) : System

Create a new instance of TableValuedParameter

TableValuedParameter ( DataTable table, string typeName ) : System

Create a new instance of TableValuedParameter

Private Methods

Method Description
Set ( IDbDataParameter parameter, DataTable table, string typeName ) : void
SqlMapper ( IDbCommand command, string name ) : void
TableValuedParameter ( ) : System

Method Details

TableValuedParameter() public method

Create a new instance of TableValuedParameter
public TableValuedParameter ( DataTable table ) : System
table System.Data.DataTable
return System

TableValuedParameter() public method

Create a new instance of TableValuedParameter
public TableValuedParameter ( DataTable table, string typeName ) : System
table System.Data.DataTable
typeName string
return System