Initializes a new instance of the DataObjectSerializer class

Namespace: SchemaExplorer.Serialization
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public DataObjectSerializer(
	string objectName,
	Func<IDatabaseSchema, string, string, ISchemaObject> findFunction
)
Visual Basic
Public Sub New ( 
	objectName As String,
	findFunction As Func(Of IDatabaseSchema, String, String, ISchemaObject)
)

Parameters

objectName
Type: System..::..String
findFunction
Type: System..::..Func<(Of <(<'IDatabaseSchema, String, String, ISchemaObject>)>)>

See Also