C# 클래스 MongdioLogic.db.MDB

파일 보기 프로젝트 열기: okku/Mongdio

공개 메소드들

메소드 설명
CreateCollection ( string dbName, string collectionName ) : void
CreateDatabase ( string dbName ) : bool
CreateIndexes ( string dbName, string collectionNamespace, string pattern ) : Document
DropCollection ( string dbName, string collectionName ) : bool
DropDatabase ( string dbName ) : bool
DropIndex ( string dbName, string collectionName, Document key ) : void
GetCollections ( string dbName ) : List
GetDatabases ( ) : List
GetIndexsByNS ( string dbName, string collectionNamespace ) : List
GetMongo ( ) : Mong

메소드 상세

CreateCollection() 공개 정적인 메소드

public static CreateCollection ( string dbName, string collectionName ) : void
dbName string
collectionName string
리턴 void

CreateDatabase() 공개 정적인 메소드

public static CreateDatabase ( string dbName ) : bool
dbName string
리턴 bool

CreateIndexes() 공개 정적인 메소드

public static CreateIndexes ( string dbName, string collectionNamespace, string pattern ) : Document
dbName string
collectionNamespace string
pattern string
리턴 MongoDB.Driver.Document

DropCollection() 공개 정적인 메소드

public static DropCollection ( string dbName, string collectionName ) : bool
dbName string
collectionName string
리턴 bool

DropDatabase() 공개 정적인 메소드

public static DropDatabase ( string dbName ) : bool
dbName string
리턴 bool

DropIndex() 공개 정적인 메소드

public static DropIndex ( string dbName, string collectionName, Document key ) : void
dbName string
collectionName string
key MongoDB.Driver.Document
리턴 void

GetCollections() 공개 정적인 메소드

public static GetCollections ( string dbName ) : List
dbName string
리턴 List

GetDatabases() 공개 정적인 메소드

public static GetDatabases ( ) : List
리턴 List

GetIndexsByNS() 공개 정적인 메소드

public static GetIndexsByNS ( string dbName, string collectionNamespace ) : List
dbName string
collectionNamespace string
리턴 List

GetMongo() 공개 정적인 메소드

public static GetMongo ( ) : Mong
리턴 Mong