Table.EnumScript Method
Include Protected Members
Include Inherited Members
Returns an enumerable object.
Overload List
Name | Description | |
---|---|---|
EnumScript() | Returns an IEnumerable<string> object that has the script for the passed objects | |
EnumScript(ScriptingOptions) | Returns an IEnumerable<string> object that has the script for the passed objects. |
Top