Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
IDbMetadata.ParameterDbType Property
Gets the type of the parameter db.
[Visual Basic]
Public MustOverride ReadOnly Property ParameterDbType() As
Type Public Get
End Get
End Property
[C#]
public
Type ParameterDbType { public get; }
Property Value
The type of the parameter db.
Example
Example: System.Data.SqlDbType, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
See Also
IDbMetadata Interface | Spring.Data.Common Namespace