VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / CatalogLocation Property


In This Topic
    CatalogLocation Property
    In This Topic
    Sets or gets the System.Data.Common.CatalogLocation for an instance of the System.Data.Common.DbCommandBuilder class.
    Syntax
    'Declaration
     
    
    <ResCategoryAttribute("DataCategory_Schema")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <ResDescriptionAttribute("DbCommandBuilder_CatalogLocation")>
    Public Property CatalogLocation As System.Data.Common.CatalogLocation
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As System.Data.Common.CatalogLocation
     
    instance.CatalogLocation = value
     
    value = instance.CatalogLocation
    [ResCategory("DataCategory_Schema")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [ResDescription("DbCommandBuilder_CatalogLocation")]
    public System.Data.Common.CatalogLocation CatalogLocation {get; set;}

    Property Value

    A System.Data.Common.CatalogLocation object.
    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