|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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