C# 클래스 Northwind.Mongo.MongoContext

상속: IDisposable
파일 보기 프로젝트 열기: object/NorthwindOData

보호된 프로퍼티들

프로퍼티 타입 설명
connectionString string
database MongoDatabase
server MongoServer

공개 메소드들

메소드 설명
Dispose ( ) : void
MongoContext ( string connectionString ) : System
SaveChanges ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MongoContext() 공개 메소드

public MongoContext ( string connectionString ) : System
connectionString string
리턴 System

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

프로퍼티 상세

connectionString 보호되어 있는 프로퍼티

protected string connectionString
리턴 string

database 보호되어 있는 프로퍼티

protected MongoDatabase database
리턴 MongoDatabase

server 보호되어 있는 프로퍼티

protected MongoServer server
리턴 MongoServer