Метод | Описание | |
---|---|---|
Add ( string table, object obj ) : System.Result | ||
GetCollectionNames ( ) : string[] | ||
GetSettings ( ) : ConnectionSettings | ||
Query ( string query ) : System.Result | ||
Read ( string table, string>.IDictionary |
||
Remove ( string table, object obj ) : System.Result | ||
ResolveModelType ( string table ) : |
||
SetResolver ( ITypeResolver resolver ) : void | ||
Update ( string table, object obj ) : System.Result |
Метод | Описание | |
---|---|---|
Filter ( IEnumerable collection, |
||
InitializeHost ( ScriptingHost host ) : void |
Метод | Описание | |
---|---|---|
Cast ( dynamic src, |
||
Filter ( dynamic src, |
||
GetResolver ( ) : ITypeResolver |
public abstract Add ( string table, object obj ) : System.Result | ||
table | string | |
obj | object | |
Результат | System.Result |
protected Filter ( IEnumerable collection, |
||
collection | IEnumerable | |
type | ||
param | ||
Результат | object |
public abstract GetCollectionNames ( ) : string[] | ||
Результат | string[] |
public abstract GetSettings ( ) : ConnectionSettings | ||
Результат | ConnectionSettings |
protected InitializeHost ( ScriptingHost host ) : void | ||
host | ScriptingHost | |
Результат | void |
public abstract Query ( string query ) : System.Result | ||
query | string | |
Результат | System.Result |
public abstract Read ( string table, string>.IDictionary |
||
table | string | |
query | string>.IDictionary | |
Результат | System.Result |
public abstract Remove ( string table, object obj ) : System.Result | ||
table | string | |
obj | object | |
Результат | System.Result |
public ResolveModelType ( string table ) : |
||
table | string | |
Результат |
public SetResolver ( ITypeResolver resolver ) : void | ||
resolver | ITypeResolver | |
Результат | void |
public abstract Update ( string table, object obj ) : System.Result | ||
table | string | |
obj | object | |
Результат | System.Result |