Class ESS_DCC_SqlText_Info
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Model
Assembly: Simplic.Framework.Model.dll
Syntax
public class ESS_DCC_SqlText_Info : SybaseBase, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceESS_DCC_SqlText_Info(SybaseStack)
Declaration
public ESS_DCC_SqlText_Info(SybaseStack sb)
Parameters
Type | Name | Description |
---|---|---|
SybaseStack | sb |
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SqlText
Declaration
public string SqlText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public override string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceTableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
Implements
System.ComponentModel.INotifyPropertyChanged