|
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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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