[This is preliminary documentation and is subject to change.]
Returns the name of the technology that this compiler targets. i.e. "ORACLE", "RecordModel"
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract string Name { get; }
public abstract string Name { get; }
Public MustOverride ReadOnly Property Name As String
Get
Public MustOverride ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () abstract;
}
public:
virtual property String^ Name {
String^ get () abstract;
}
abstract Name : string with get
abstract Name : string with get
Property Value
Type:
StringImplements
INamed Name