Method | Description | |
---|---|---|
ClearChanges ( ) : void | ||
CreateResource ( string containerName, string fullTypeName ) : object | ||
DeleteResource ( object targetResource ) : void | ||
MongoDSPUpdateProvider ( string connectionString, |
||
SaveChanges ( ) : void | ||
SetValue ( object targetResource, string propertyName, object propertyValue ) : void |
Method | Description | |
---|---|---|
InsertDocument ( |
||
RemoveDocument ( |
||
UpdateDocument ( |
public CreateResource ( string containerName, string fullTypeName ) : object | ||
containerName | string | |
fullTypeName | string | |
return | object |
public DeleteResource ( object targetResource ) : void | ||
targetResource | object | |
return | void |
public MongoDSPUpdateProvider ( string connectionString, |
||
connectionString | string | |
dataContext | ||
mongoMetadata | ||
return | System |
public SetValue ( object targetResource, string propertyName, object propertyValue ) : void | ||
targetResource | object | |
propertyName | string | |
propertyValue | object | |
return | void |