Method | Description | |
---|---|---|
AndParameter ( string name, object value ) : ISprocBuilderParams | ||
AndParameters ( ) : ISprocBuilderComplete | ||
Build ( ) : IStoredProcedure | ||
InMemoryStoredProcedureBuilder ( IDbConnection connection, InMemoryStoredProcMapping mapping ) : System | ||
WithName ( string name ) : ISprocBuilderParams | ||
WithTransaction ( Func |
public AndParameter ( string name, object value ) : ISprocBuilderParams | ||
name | string | |
value | object | |
return | ISprocBuilderParams |
public AndParameters ( ) : ISprocBuilderComplete | ||
return | ISprocBuilderComplete |
public InMemoryStoredProcedureBuilder ( IDbConnection connection, InMemoryStoredProcMapping mapping ) : System | ||
connection | IDbConnection | |
mapping | InMemoryStoredProcMapping | |
return | System |
public WithName ( string name ) : ISprocBuilderParams | ||
name | string | |
return | ISprocBuilderParams |
public WithTransaction ( Func |
||
transaction | Func |
|
return | ISprocBuilder |