VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class / DbCreateDatabase Method


In This Topic
    DbCreateDatabase Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub DbCreateDatabase( _
       ByVal connection As System.Data.Common.DbConnection, _
       ByVal commandTimeout As System.Nullable(Of Integer), _
       ByVal storeItemCollection As System.Data.Entity.Core.Metadata.Edm.StoreItemCollection _
    ) 
    'Usage
     
    
    Dim instance As VistaDBProviderServices
    Dim connection As System.Data.Common.DbConnection
    Dim commandTimeout As System.Nullable(Of Integer)
    Dim storeItemCollection As System.Data.Entity.Core.Metadata.Edm.StoreItemCollection
     
    instance.DbCreateDatabase(connection, commandTimeout, storeItemCollection)
    protected void DbCreateDatabase( 
       System.Data.Common.DbConnection connection,
       System.Nullable<int> commandTimeout,
       System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection
    )

    Parameters

    connection
    commandTimeout
    storeItemCollection
    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