C# Class DataCommander.Providers.SqlServer2.SqlDataParameter

Inheritance: DataParameterBase
Mostrar archivo Open project: csbernath/DataCommander

Public Methods

Method Description
SqlDataParameter ( SqlParameter parameter ) : DataCommander.Providers2

Protected Methods

Method Description
SetSize ( int size ) : void

Method Details

SetSize() protected method

protected SetSize ( int size ) : void
size int
return void

SqlDataParameter() public method

public SqlDataParameter ( SqlParameter parameter ) : DataCommander.Providers2
parameter SqlParameter
return DataCommander.Providers2