Class SQLWrapperDatasetReference
Inheritance
SQLWrapperDatasetReference
Assembly: LemonEdge.API.dll
Syntax
[DataContract]
public class SQLWrapperDatasetReference
Constructors
SQLWrapperDatasetReference(Guid, Guid, string, string)
Declaration
public SQLWrapperDatasetReference(Guid id, Guid typeId, string name, string entityName)
Parameters
Properties
EntityID
Declaration
public Guid EntityID { get; set; }
Property Value
EntityName
Declaration
public string EntityName { get; set; }
Property Value
EntityTypeID
Declaration
public Guid EntityTypeID { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Extension Methods