|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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