Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Create ( string name, ImmutableArray |
Creates a new XDatabase instance.
|
|
Create ( string name, ImmutableArray |
Creates a new XDatabase instance.
|
|
Create ( string name, string idColumnName = DefaultIdColumnName ) : |
Creates a new XDatabase instance.
|
|
FromFields ( string name, IEnumerable |
Creates a new XDatabase instance.
|
|
Update ( |
Update the destination database using data from source database using Id column as identification.
|
|
XDatabase ( ) : System.Collections.Generic |
Initializes a new instance of the XDatabase class.
|
public static Create ( string name, ImmutableArray |
||
name | string | The database name. |
columns | ImmutableArray |
The database columns. |
records | ImmutableArray |
The database records. |
idColumnName | string | The Id column name. |
Результат |
public static Create ( string name, ImmutableArray |
||
name | string | The database name. |
columns | ImmutableArray |
The database columns. |
idColumnName | string | The Id column name. |
Результат |
public static Create ( string name, string idColumnName = DefaultIdColumnName ) : |
||
name | string | The database name. |
idColumnName | string | The Id column name. |
Результат |
public static FromFields ( string name, IEnumerable |
||
name | string | The database name. |
fields | IEnumerable |
The fields collection. |
idColumnName | string | The Id column name. |
Результат |
public static Update ( |
||
destination | The destination database. | |
source | The source database. | |
records | ImmutableArray |
The updated records from destination database. |
Результат | bool |
public XDatabase ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |