Initializes a new instance of the ExtendedProperty class

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

Syntax

C#
public ExtendedProperty(
	string name,
	Object value,
	DbType dataType,
	PropertyStateEnum state
)
Visual Basic
Public Sub New ( 
	name As String,
	value As Object,
	dataType As DbType,
	state As PropertyStateEnum
)

See Also