|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public 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
BooleanSee Also