Méthode | Description | |
---|---|---|
Execute ( ) : void | ||
FlatPropertyWriter ( int versionId ) : System | ||
WriteCurrencyProperty ( decimal value, |
||
WriteDateTimeProperty ( System.DateTime value, |
||
WriteIntProperty ( int value, |
||
WriteStringProperty ( string value, |
Méthode | Description | |
---|---|---|
ExecuteScript ( string script, int versionId, int page, IEnumerable |
||
GetExistingFlatPages ( int versionId ) : List |
||
InsertPage ( int versionId, int page, SqlParameter>.Dictionary |
||
UpdatePage ( int versionId, int page, SqlParameter>.Dictionary |
||
WriteFlatProperty ( int totalIndex, int pageSize, string mappingPrefix, SqlDbType dataType, int dataSize, object value ) : void |
public FlatPropertyWriter ( int versionId ) : System | ||
versionId | int | |
Résultat | System |
public WriteCurrencyProperty ( decimal value, |
||
value | decimal | |
type | ||
Résultat | void |
public WriteDateTimeProperty ( System.DateTime value, |
||
value | System.DateTime | |
type | ||
Résultat | void |
public WriteIntProperty ( int value, |
||
value | int | |
type | ||
Résultat | void |
public WriteStringProperty ( string value, |
||
value | string | |
type | ||
Résultat | void |