User Tools

Site Tools


thinkgeo.mapsuite.core.executingsqlstatementmssql2008featuresourceeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.executingsqlstatementmssql2008featuresourceeventargs [2015/09/17 10:28]
admin
thinkgeo.mapsuite.core.executingsqlstatementmssql2008featuresourceeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs ====== ====== ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents the parameters passed in through the ExecutingSqlStatement event in MsSql2008FeatureSource. This class represents the parameters passed in through the ExecutingSqlStatement event in MsSql2008FeatureSource.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs**       ***ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String) **
-**{{wiki:​PublicMethod.gif|}}[[#ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String)|ExecutingSqlStatementMsSql2008FeatureSourceEventArgs]]** +
-  * **Parameters**:​String +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String,​ExecutingSqlStatementType)|ExecutingSqlStatementMsSql2008FeatureSourceEventArgs]]** +== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]] +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:This is a constructor for the class. +  * //​sqlStatement//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter ​is the sqlStatement that will be passed in to excute.
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String,​ExecutingSqlStatementType) **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:N/A +  * //None// 
-  * **DeclaringType**:Object +== Parameters ​== 
-  * **Summary**:N/A +  ​* //​sqlStatement//​ 
-</​div>​+    Type:String 
 +    Description:This parameter is the sqlStatement that will be passed in to excute.
  
-<div class_table>​ +  * //​sqlStatementType//​ 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +    Type:[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]] 
-  * **Parameters**:N/A +    Description:This parameter is the sqlStatementType for this sqlStatement to be excuted.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​ExecutingSqlStatementType|ExecutingSqlStatementType]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]] +** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
-  * **Summary**:​This property gets and sets the SqlStatementType of the SqlStatement that will be excuted.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​SqlStatement|SqlStatement]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property gets and sets the SqlStatement that will be excuted.+  * //N/A//
  
-=== Protected Properties === +== Return Value == 
-=== Public Events === +  * Type:Boolean 
-===== Public Constructors ===== +  * Description:​N/A
-=== 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.+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== ExecutingSqlStatementMsSql2008FeatureSourceEventArgs(String,​ExecutingSqlStatementType) === +  //obj// 
-This is a constructor for the class. +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-None +
-==== Parameters ​==== +
-**sqlStatement** +
-  * **Type**:String +
-  * **Description:​This parameter is the sqlStatement that will be passed in to excute.+
  
-**sqlStatementType** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description:​This parameter is the sqlStatementType for this sqlStatement to be excuted.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //N/A//
-=== Equals(Object) === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +** {{wiki:PublicMethod.gif|}} GetType() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetHashCode() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-=== GetType() === +==== Protected Methods ​==== 
-N/A +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== ToString() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //N/A//
-=== Finalize() === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline><​/div> 
-=== MemberwiseClone() === +==== Public Properties ​==== 
-N/A +** {{wiki:​PublicProperty.gif|}} SqlStatement **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +This property gets and sets the SqlStatement that will be excuted. 
-  * **Return Type**:​Object +== Remarks ==
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-=== ExecutingSqlStatementType === +
-This property gets and sets the SqlStatementType of the SqlStatement that will be excuted. +
-==== Remarks ​====+
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]]+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} ExecutingSqlStatementType ** 
-=== SqlStatement === + 
-This property gets and sets the SqlStatement that will be excuted. +This property gets and sets the SqlStatementType of the SqlStatement that will be excuted. 
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:[[ThinkGeo.MapSuite.Core.ExecutingSqlStatementType|ExecutingSqlStatementType]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.executingsqlstatementmssql2008featuresourceeventargs.1442485710.txt.gz · Last modified: 2015/09/17 10:28 (external edit)