Class SchemaItem
Represents a schema item, actually only table and view is supported.
public class SchemaItem
- Inheritance
-
SchemaItem
- Inherited Members
- Extension Methods
Constructors
SchemaItem()
Constructor
public SchemaItem()
Properties
Name
The name of this table or view schema item.
public string Name { get; set; }
Property Value
SqlText
Gets or sets the sql statement text of the item.
public string SqlText { get; set; }
Property Value
Methods
ToString()
Returns a string representation of this instance.
public override string ToString()