Свойство | Type | Description | |
---|---|---|---|
SanitizeFieldNameForParamNameFn | string>.Func |
Méthode | Description | |
---|---|---|
ClearCache ( ) : void | ||
GetDialectProvider ( this dbCmd ) : IOrmLiteDialectProvider | ||
GetExecFilter ( this dialectProvider ) : IOrmLiteExecFilter | ||
GetModelMetadata ( this modelType ) : ServiceStack.OrmLite.ModelDefinition | ||
OpenDbConnection ( this dbConnectionStringOrFilePath ) : IDbConnection | ||
OpenReadOnlyDbConnection ( this dbConnectionStringOrFilePath ) : IDbConnection | ||
SetCommandTimeout ( this db, int commandTimeout ) : void | ||
SetLastCommandText ( this db, string sql ) : void | ||
ToDbConnection ( this dbConnectionStringOrFilePath ) : IDbConnection | ||
ToDbConnection ( this dbConnectionStringOrFilePath, IOrmLiteDialectProvider dialectProvider ) : IDbConnection |
public static GetDialectProvider ( this dbCmd ) : IOrmLiteDialectProvider | ||
dbCmd | this | |
Résultat | IOrmLiteDialectProvider |
public static GetExecFilter ( this dialectProvider ) : IOrmLiteExecFilter | ||
dialectProvider | this | |
Résultat | IOrmLiteExecFilter |
public static GetModelMetadata ( this modelType ) : ServiceStack.OrmLite.ModelDefinition | ||
modelType | this | |
Résultat | ServiceStack.OrmLite.ModelDefinition |
public static OpenDbConnection ( this dbConnectionStringOrFilePath ) : IDbConnection | ||
dbConnectionStringOrFilePath | this | |
Résultat | IDbConnection |
public static OpenReadOnlyDbConnection ( this dbConnectionStringOrFilePath ) : IDbConnection | ||
dbConnectionStringOrFilePath | this | |
Résultat | IDbConnection |
public static SetCommandTimeout ( this db, int commandTimeout ) : void | ||
db | this | |
commandTimeout | int | |
Résultat | void |
public static SetLastCommandText ( this db, string sql ) : void | ||
db | this | |
sql | string | |
Résultat | void |
public static ToDbConnection ( this dbConnectionStringOrFilePath ) : IDbConnection | ||
dbConnectionStringOrFilePath | this | |
Résultat | IDbConnection |
public static ToDbConnection ( this dbConnectionStringOrFilePath, IOrmLiteDialectProvider dialectProvider ) : IDbConnection | ||
dbConnectionStringOrFilePath | this | |
dialectProvider | IOrmLiteDialectProvider | |
Résultat | IDbConnection |