ParameterMetadata<(Of <(<'TDbType>)>)> Constructor
Initializes a new instance of the ParameterMetadata<(Of <(<'TDbType>)>)> class.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ParameterMetadata( string sqlParameterName, string sqlVariableName, string typeName, Nullable<TDbType> dbType, Nullable<bool> isNullable, Nullable<int> maxLength, Nullable<int> precision, Nullable<int> scale, string fullTypeName, ParameterDirection direction )
Public Sub New ( _ sqlParameterName As String, _ sqlVariableName As String, _ typeName As String, _ dbType As Nullable(Of TDbType), _ isNullable As Nullable(Of Boolean), _ maxLength As Nullable(Of Integer), _ precision As Nullable(Of Integer), _ scale As Nullable(Of Integer), _ fullTypeName As String, _ direction As ParameterDirection _ )