[This is preliminary documentation and is subject to change.]
Gets sets name of assembly that query scripts resolve from
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string ScriptAssembly { get; set; }
public string ScriptAssembly { get; set; }
Public Property ScriptAssembly As String
Get
Set
Public Property ScriptAssembly As String
Get
Set
public:
virtual property String^ ScriptAssembly {
String^ get () sealed;
void set (String^ value) sealed;
}
public:
virtual property String^ ScriptAssembly {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ScriptAssembly : string with get, set
override ScriptAssembly : string with get, set
abstract ScriptAssembly : string with get, set
override ScriptAssembly : string with get, set
Property Value
Type:
StringImplements
ICRUDQueryResolver ScriptAssembly