C# Class WebApplications.Utilities.Database.Schema.Difference

Datei anzeigen Open project: webappsuk/CoreLibraries

Protected Methods

Method Description
Difference ( [ name, [ valueType, [ leftValue, [ rightValue ) : System

Initializes a new instance of the Difference class.

Method Details

Difference() protected method

Initializes a new instance of the Difference class.
protected Difference ( [ name, [ valueType, [ leftValue, [ rightValue ) : System
name [ The name.
valueType [ Type of the value.
leftValue [ The left value.
rightValue [ The right value.
return System