|
BulkDataOperationBaseExcludedTables Property
|
Get list of tables to be excluded during data processing
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+dcb224c2c063d13b940ff73569ed74de55e231c9
Syntaxpublic List<string> ExcludedTables { get; }Public ReadOnly Property ExcludedTables As List(Of String)
Get
public:
property List<String^>^ ExcludedTables {
List<String^>^ get ();
}member ExcludedTables : List<string> with get
function get_ExcludedTables();
View SourceProperty Value
ListString
See Also