MetadataWorkspace.CreateEntitySqlParser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an EntitySqlParser configured to use the CSpace data space.
public:
System::Data::Common::EntitySql::EntitySqlParser ^ CreateEntitySqlParser();
public System.Data.Common.EntitySql.EntitySqlParser CreateEntitySqlParser ();
member this.CreateEntitySqlParser : unit -> System.Data.Common.EntitySql.EntitySqlParser
Public Function CreateEntitySqlParser () As EntitySqlParser
Returns
The created parser object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.