Cache Connection

gravatar

cell

Cache connection that uses MyRawFileFormat as its file format.

published 09.07.12

last updated 09.07.12


Share

                            


<Biml xmlns="http://schemas.varigence.com/biml.xsd">
	<FileFormats>
        <RawFileFormat Name="MyRawFileFormat">
            <Columns>
                <Column Name="ID" IndexPosition="0" />
                <Column Name="CacheSize" DataType="Int32" IndexPosition="1" />
                <Column Name="Description" DataType="String" Length="200" IndexPosition="2" />
            </Columns>
        </RawFileFormat>>
    </FileFormats>	
    <Connections>
        <CacheConnection Name="MyCacheConnection" RawFileFormatName="MyRawFileFormat" />
    </Connections>
</Biml>
                        
You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

There are no comments yet.