Property | Type | Description | |
---|---|---|---|
executor | IExecutor | ||
reader | ISchemaReader | ||
tableName | string |
Method | Description | |
---|---|---|
Create ( SchemaTypes type, string name, string statement ) : Task |
Create
|
|
Initialize ( ) : Task |
Initialize
|
|
SqlDataWriter ( ISchemaReader reader, IExecutor executor, string tableName ) : King.Azure.Data |
Default Constructor
|
|
Store ( IEnumerable |
Stores Data
|
public Create ( SchemaTypes type, string name, string statement ) : Task |
||
type | SchemaTypes | Type |
name | string | Name |
statement | string | Statement |
return | Task |
public SqlDataWriter ( ISchemaReader reader, IExecutor executor, string tableName ) : King.Azure.Data | ||
reader | ISchemaReader | |
executor | IExecutor | |
tableName | string | |
return | King.Azure.Data |
public Store ( IEnumerable |
||
dataSets | IEnumerable |
Data Sets |
return | System.Threading.Tasks.Task |