Parameter.DataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type of the Parameter object.
public:
abstract property TypeCode DataType { TypeCode get(); void set(TypeCode value); };
public abstract TypeCode DataType { get; set; }
member this.DataType : TypeCode with get, set
Public MustOverride Property DataType As TypeCode
Property Value
The data type of the specified object.