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
'Usage
Dim instance As DataParameter 
Dim value As String 

value = instance.Type

instance.Type = value
public virtual string Type { get; set; }
public:
virtual property String^ Type {
    String^ get ();
    void set (String^ value);
}
public function get Type () : String 
public 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

DataParameter Members

Microsoft.VisualStudio.Data Namespace

SetTypeImpl