DataAdapter.ReturnProviderSpecificTypes Property
Definition
Gets or sets whether the Fill
method should return provider-specific values or common CLS-compliant values.
public:
virtual property bool ReturnProviderSpecificTypes { bool get(); void set(bool value); };
public virtual bool ReturnProviderSpecificTypes { get; set; }
member this.ReturnProviderSpecificTypes : bool with get, set
Public Overridable Property ReturnProviderSpecificTypes As Boolean
Property Value
true
if the Fill
method should return provider-specific values; otherwise false
to return common CLS-compliant values.
Remarks
The default value is false
.