|
BulkDataOperationBaseUseFromSchemaReferentialIntegrity Property
|
Get or set - use referential integrity information from source/to destination database during data processing
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic virtual bool UseFromSchemaReferentialIntegrity { get; set; }
Public Overridable Property UseFromSchemaReferentialIntegrity As Boolean
Get
Set
public:
virtual property bool UseFromSchemaReferentialIntegrity {
bool get ();
void set (bool value);
}
abstract UseFromSchemaReferentialIntegrity : bool with get, set
override UseFromSchemaReferentialIntegrity : bool with get, set
function get_UseFromSchemaReferentialIntegrity();
function set_UseFromSchemaReferentialIntegrity(value);
View SourceProperty Value
Boolean
See Also