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

Syntax

C#
protected Func<IDatabaseSchema, string, string, ISchemaObject> Find { get; set; }
Visual Basic
Protected Property Find As Func(Of IDatabaseSchema, String, String, ISchemaObject)
	Get
	Set

Property Value

Type: Func<(Of <(<'IDatabaseSchema, String, String, ISchemaObject>)>)>

See Also