DbProviderServices.DatabaseExists メソッド (DbConnection, Nullable<Int32>, StoreItemCollection)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
特定のデータベースがサーバーに存在するかどうかを示す値を返します。
名前空間: System.Data.Entity.Core.Common
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Function DatabaseExists ( _
connection As DbConnection, _
commandTimeout As Nullable(Of Integer), _
storeItemCollection As StoreItemCollection _
) As Boolean
'使用
Dim instance As DbProviderServices
Dim connection As DbConnection
Dim commandTimeout As Nullable(Of Integer)
Dim storeItemCollection As StoreItemCollection
Dim returnValue As Boolean
returnValue = instance.DatabaseExists(connection, _
commandTimeout, storeItemCollection)
public bool DatabaseExists(
DbConnection connection,
Nullable<int> commandTimeout,
StoreItemCollection storeItemCollection
)
public:
bool DatabaseExists(
DbConnection^ connection,
Nullable<int> commandTimeout,
StoreItemCollection^ storeItemCollection
)
member DatabaseExists :
connection:DbConnection *
commandTimeout:Nullable<int> *
storeItemCollection:StoreItemCollection -> bool
public function DatabaseExists(
connection : DbConnection,
commandTimeout : Nullable<int>,
storeItemCollection : StoreItemCollection
) : boolean
パラメーター
- connection
型 : System.Data.Common.DbConnection
このメソッドによって存在が確認されるデータベースへの接続。
- commandTimeout
型 : System.Nullable<Int32>
データベースの存在を確認するために必要なすべてのコマンドの実行タイムアウト。
- storeItemCollection
型 : System.Data.Entity.Core.Metadata.Edm.StoreItemCollection
モデルからのすべてのストア アイテムのコレクション。 このパラメーターは、データベースの存在の確認用にもはや使用されません。
戻り値
型 : System.Boolean
プロバイダーが、接続のみに基づいてデータベースを推測できる場合は true。