Share via


DataParameter.Type Property

Retrieves or sets the data-source-specific type of the parameter.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Overridable Property Type As String
public virtual string Type { get; set; }
public:
virtual property String^ Type {
    String^ get ();
    void set (String^ value);
}
abstract Type : string with get, set 
override Type : string with get, set
function get Type () : String 
function set Type (value : String)

Property Value

Type: System.String
Returns the data-source-specific type of the parameter.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

SetTypeImpl