[This is preliminary documentation and is subject to change.]
Returns config section for named erl schema or null
Namespace: NFX.DataAccess.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public IConfigSectionNode GetErlSchemaSection(
string name
)
public IConfigSectionNode GetErlSchemaSection(
string name
)
Public Function GetErlSchemaSection (
name As String
) As IConfigSectionNode
Public Function GetErlSchemaSection (
name As String
) As IConfigSectionNode
public:
IConfigSectionNode^ GetErlSchemaSection(
String^ name
)
public:
IConfigSectionNode^ GetErlSchemaSection(
String^ name
)
member GetErlSchemaSection :
name : string -> IConfigSectionNode
member GetErlSchemaSection :
name : string -> IConfigSectionNode
Return Value
Type:
IConfigSectionNode