[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
SchemaMap class
Namespace: NFX.DataAccess.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public SchemaMap(
ErlDataStore store,
string xmlContent
)
public SchemaMap(
ErlDataStore store,
string xmlContent
)
Public Sub New (
store As ErlDataStore,
xmlContent As String
)
Public Sub New (
store As ErlDataStore,
xmlContent As String
)
public:
SchemaMap(
ErlDataStore^ store,
String^ xmlContent
)
public:
SchemaMap(
ErlDataStore^ store,
String^ xmlContent
)
new :
store : ErlDataStore *
xmlContent : string -> SchemaMap
new :
store : ErlDataStore *
xmlContent : string -> SchemaMap