Class BeforeCursorPreparingStatementEventArgs
Inheritance
System.Object
System.EventArgs
BeforeCursorPreparingStatementEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
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.DAL
Assembly: Simplic.Framework.DAL.dll
Syntax
public class BeforeCursorPreparingStatementEventArgs : EventArgs
Properties
| Improve this Doc View SourceConnectionName
Declaration
public string ConnectionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Declaration
public IDictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
SqlStatement
Declaration
public string SqlStatement { get; set; }
Property Value
Type | Description |
---|---|
System.String |