Click or drag to resize

UseEscapedNameAttributeTargetDatabaseType Property

Gets target DatabaseType for using escaped name.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public DatabaseType? TargetDatabaseType { get; }
View Source

Property Value

NullableDatabaseType
Remarks
When value is null, escaped name will be applied to all database types.
See Also