Gets or sets the data type (for out parameters).

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Nullable<DbType> DataType { get; set; }
Visual Basic (Declaration)
Public Property DataType As Nullable(Of DbType)

See Also