VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / ReturnProviderSpecificTypes Property


In This Topic
    ReturnProviderSpecificTypes Property
    In This Topic
    Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
    Syntax
    'Declaration
     
    
    <ResCategoryAttribute("DataCategory_Fill")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <ResDescriptionAttribute("DataAdapter_ReturnProviderSpecificTypes")>
    Public Property ReturnProviderSpecificTypes As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
    Dim value As System.Boolean
     
    instance.ReturnProviderSpecificTypes = value
     
    value = instance.ReturnProviderSpecificTypes
    [ResCategory("DataCategory_Fill")]
    [System.ComponentModel.DefaultValue(false)]
    [ResDescription("DataAdapter_ReturnProviderSpecificTypes")]
    public System.bool ReturnProviderSpecificTypes {get; set;}

    Property Value

    true if the Fill method should return provider-specific values; otherwise false to return common CLS-compliant values.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also