This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.executingsqlstatementmssql2008featuresourceeventargs [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.executingsqlstatementmssql2008featuresourceeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs ====== | ====== ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs ====== | ||
- | O:15:"HistoryBlobStub":3:{s:6:"mOldId";s:5:"21554";s:5:"mHash";s:32:"e40ab5db3c9462169de228bbf541b4f9";s:4:"mRef";s:5:"35360";} | + | {{section>upgrade_map_suite_to_10.0}} |
+ | |||
+ | This class represents the parameters passed in through the ExecutingSqlStatement event in MsSql2008FeatureSource. | ||
+ | ===== Inheritance Hierarchy ===== | ||
+ | *System.Object | ||
+ | *System.EventArgs | ||
+ | ***ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs** | ||
+ | ===== Members Summary ===== | ||
+ | ==== Public Constructors ==== | ||
+ | ** {{wiki:PublicMethod.gif|}} ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String) ** | ||
+ | |||
+ | * //This is a constructor for the class.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | == Parameters == | ||
+ | * //sqlStatement// | ||
+ | * Type:String | ||
+ | * Description:This parameter is the sqlStatement that will be passed in to excute. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String,ExecutingSqlStatementType) ** | ||
+ | |||
+ | * //This is a constructor for the class.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | == Parameters == | ||
+ | * //sqlStatement// | ||
+ | * Type:String | ||
+ | * Description:This parameter is the sqlStatement that will be passed in to excute. | ||
+ | |||
+ | * //sqlStatementType// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]] | ||
+ | * Description:This parameter is the sqlStatementType for this sqlStatement to be excuted. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
+ | ==== Public Methods ==== | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} SqlStatement ** | ||
+ | |||
+ | This property gets and sets the SqlStatement that will be excuted. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ExecutingSqlStatementType ** | ||
+ | |||
+ | This property gets and sets the SqlStatementType of the SqlStatement that will be excuted. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]] | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||